home *** CD-ROM | disk | FTP | other *** search
/ Toy Story Free! Interactive / Toy Story.iso / pc / DATA / tatoo.swf / scripts / DefineButton2_60 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-01-26  |  168 b   |  8 lines

  1. on(press){
  2.    sbclick();
  3.    bprd._visible = true;
  4.    paper.pic.attachMovie("bprd","tatoo5",2);
  5.    paper.tatoo5._xscale *= 0.5;
  6.    paper.tatoo5._yscale *= 0.5;
  7. }
  8.